Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.16#67

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/spring-boot
Open

fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.16#67
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/spring-boot

Conversation

@renovate

@renovate renovate Bot commented Dec 23, 2022

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.springframework.boot:spring-boot-dependencies (source) 3.0.03.5.16 age confidence

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-dependencies)

v3.5.16

v3.5.15

Compare Source

v3.5.14

Compare Source

🐞 Bug Fixes
  • ApplicationPidFileWriter does not handle symlinks correctly #​50173
  • RandomValuePropertySource is not suitable for secrets #​50172
  • Cassandra auto-configuration misconfigures CqlSessionBuilder #​50171
  • ApplicationTemp does not handle symlinks correctly #​50170
  • Remote DevTools performs comparison incorrectly #​50169
  • spring.rabbitmq.ssl.verify-hostname is applied inconsistently #​50168
  • EnversRevisionRepositoriesRegistrar should reuse @EnableEnversRepositories rather than configuring the JPA counterpart #​50035
  • Annotations like @Ssl don't work on @Bean methods when using @ServiceConnection #​50033
  • Whole number values are ignored when configuring min and max expected values and SLO boundaries for a distribution summary meter #​50021
  • WebFlux Cloud Foundry links endpoint includes query string from received request in resolved links #​50008
  • 500 response from env endpoint when supplied pattern is invalid #​49942
  • HTTP method is lost when configuring excludes in EndpointRequest #​49885
  • Docker Compose support doesn't work with apache/artemis image #​49865
  • Honor HttpMethod for reactive additional endpoint paths #​49864
  • Docker Compose support doesn't work with apache/activemq image #​49863
  • Imports on a containing test class are ignored when a nested class has imports #​49860
📔 Documentation
  • Link to the observability section of the Lettuce documentation is broken #​50092
  • Javadoc for StaticResourceLocation.FAVICON doesn't describe icons location #​50083
  • MySamlRelyingPartyConfiguration is missing a Kotlin sample #​50023
  • Incorrect default value for management.httpexchanges.recording.include in configuration metadata #​50010
  • Link to the Kubernetes documentation when discussing startup probes #​50007
  • Update docs to encourage Java fundamentals for beginners that prefer to learn that way #​49895
  • Clarify that configuration property default values are not available through the Environment #​49835
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​MohammedGhallab, @​dlwldnjs1009, @​edwardsre, @​kodama-kcc, @​kwondh5217, @​quaff, @​refeccd, and @​scordio

v3.5.13

Compare Source

⚠️ Attention Required
  • Jackson has been upgraded to 2.21.2 in response to the Jackson team ending support for Jackson 2.19.x and 2.20.x. #​49365
🐞 Bug Fixes
  • WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson #​49750
  • Metadata annotation processor ignores method-level @NestedConfigurationProperty when using constructor binding #​49734
  • Override of property in external 'application.properties' or 'application.yaml' is ignored #​49724
  • Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration #​49716
  • NativeImageResourceProvider does not find Flyway migration scripts in subdirectories #​49661
  • @GraphQlTest does not include @ControllerAdvice #​49660
📔 Documentation
  • Fix incorrect indefinite articles in Javadoc #​49723
  • Add some more Kotlin examples and trivial style fixes #​49710
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Joowon-Seo, @​deejay1, @​dlwldnjs1009, and @​ljrmorgan

v3.5.12

Compare Source

🐞 Bug Fixes
  • EndpointRequest request matcher for health groups is too complex #​49648
  • "/cloudfoundryapplication" web path is not limited to Actuator #​49645
  • RSocket exposes duplicate endpoint for websocket setups #​49592
  • Fix EndpointRequest.toLinks() when base-path is '/' #​49591
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #​49518
  • "spring.main.cloud-platform=none" does not disable cloud features #​49478
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #​49340
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #​49324
  • RouterFunctions descriptions in Actuator do not support nesting #​49289
  • Maven plugin does not set '-parameters' option when processing AOT code #​49268
  • SSL support with Docker Compose does not work as documented #​49210
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #​49055
📔 Documentation
  • List all supported colors when describing color-coded log output #​49561
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #​49506
  • Tutorial in the reference guide has outdated instructions #​49411
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #​49364
  • Example spring-devtools.properties file is shown in the wrong format #​49357
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #​49307
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #​49297
  • JDK requirement for the CLI still refers to Java 8 #​49290
  • Java and Kotlin samples of an environment post processor are inconsistent #​49282
  • Document additional repositories required for shibboleth.net #​49260
  • Clarify inferred relationships between OAuth 2 registrations and providers #​49240
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​bbbbooo, @​chandanv89, @​itsmevichu, @​jayychoi, @​l2yujw, @​ngocnhan-tran1996, @​qnnn, @​quaff, and @​sbrannen

v3.5.11

🐞 Bug Fixes
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #​49039
  • server.jetty.threads.max is ignored when using virtual threads #​48982
  • Docker credential helpers with file extensions cannot be executed on Windows #​48965
📔 Documentation
  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #​49211
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #​49054
  • Document naming convention for custom test-scoped starters #​49014
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #​48996
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #​48973
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #​48936
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dsyer, @​linkian209, @​nosan, @​quaff, @​scordio, and @​srt

v3.5.10

🐞 Bug Fixes
  • Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #​48836
  • When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #​48835
  • Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #​48810
  • DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #​48702
  • Application JAR created by extract command is not reproductible #​48664
  • AOT processing of tests should not be disabled when 'skipTests' is set #​48661
  • Fix zero-length byte buffer in InspectedContent #​48649
📔 Documentation
  • Update documentation for Buildpack's AOT Cache support #​48768
  • Document support for configuring arguments passed to Docker Compose #​48657
  • Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #​48634
  • Fix grammar and typos in the reference guide #​48596
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GaoSSR, @​izeye, and @​ngocnhan-tran1996

v3.5.9

🐞 Bug Fixes
  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #​48486
  • Profiles retained during AOT processing are not configured in a native image #​48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #​48450
  • Redis health check reports an error when redis_version is missing from the INFO response #​48326
  • Parent's MeterRegistry beans are closed when child context closes #​48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #​48271
📔 Documentation
  • Documentation has an outdated reference to the Jackson Kotlin Module #​48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #​48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #​48526
  • License header in build samples is displayed in the reference documentation #​48477
  • Configuring Two DataSources How-To code sample is inconsistent #​48448
  • Improve javadoc for when to use class names rather than class references #​48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #​48359
  • Polish TestRestTemplate examples in the reference guide #​48335
  • Fix links to javadoc in the reference documentation #​48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #​48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #​48227
  • Infinispan Cache Documentation is outdated #​48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #​48169
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​banseok1216, @​berry120, @​dmitrysulman, @​geopark021, @​noojung, @​scottfrederick, @​vpavic, and @​youngledo

v3.5.8

⚠️ Noteworthy changes

🐞 Bug Fixes

  • Gradle war task does not exclude starter POMs from lib-provided #​48196
  • Testcontainers integration fails on Docker 29.0.0 #​48192
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #​48180
  • Properties bound in the child management context ignore the parent's environment prefix #​48176
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #​48153
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #​48129
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #​48127
  • NullPointerException when using @ConditionalOnSingleCandidate with multiple manually registered singletons #​48123
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #​48102
  • Image building may fail when specifying a platform if an image has already been built with a different platform #​48098
  • Undertow's ServletContext is destroy too early, making it unusable in @PreDestroy methods #​48061
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #​48058
  • Auto-configured JCacheMetrics cannot be customized #​48056
  • WebSecurityCustomizer beans are excluded by WebMvcTest #​48054
  • Devtools Restarter does not work with a parameterless main method #​47987
  • Setting 'max-uri-tags' does not prevent unlimited meter growth on any AutoConfiguredCompositeMeterRegistry #​47923
  • Docker response 407 is not handled correctly resulting in no error message #​47900
  • spring-boot-maven-plugin process-aot goal does not find package-private main method #​47780

📔 Documentation

  • Revise AWS section of "Deploying to the Cloud" in reference manual #​48156
  • Fix typo in PortInUseException Javadoc #​48133
  • Correct section about required setters in "Type-safe Configuration Properties" #​48130
  • Document EndpointObjectMapper and management.endpoints.jackson.isolated-object-mapper #​48114
  • Document support for configuring servlet context init parameters using properties #​48111
  • Clarify how warnings about soon-to-expire SSL certificates are reported #​48062
  • Document how to use ContextPropagatingTaskDecorator for propagating trace context over thread boundaries #​48052
  • Use since attribute in configuration properties deprecation consistently #​47980
  • BootstrapContext#getOrElseThrow has incorrect reference to IllegalStateException #​47905
  • Clarify when BootstrapContext get methods may return null rather than throwing an exception or calling the fallback supplier #​47898
  • Document that Actuator endpoint may have at most one extension of each type #​47873
  • Limit Kotlin API documentation to Kotlin-specific APIs #​47859
  • Adapt AOTCache documentation to JEP 514 #​47274

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​K-jun98, @​TerryTaoYY, @​hojooo, @​linw-bai, @​mipo256, @​namest504, @​ngocnhan-tran1996, @​nosan, @​scottfrederick, @​siva-sai-udaygiri, @​tschut, and @​vpavic

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #​47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #​47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #​47737
  • Homebrew formula for the CLI should use libexec #​47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #​47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #​47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #​47635
  • JavaVersion doesn't work reliably in native-image #​47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #​47346
  • Launcher fails to find main method when it is parameterless #​47311
  • Package private Main class using Java 25 is not found by build plugins #​47309
  • Bitnami legacy images are not automatically detected #​47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #​25403

📔 Documentation

  • Some spring.test.* properties are not documented #​47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #​47744
  • Developing Your First Spring Boot Application has outdated tools #​47700
  • Include deprecated configuration properties in the reference documentation #​47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #​47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #​47474
  • Use non-deprecated syntax to configure sourceCompatibility #​47343
  • Fix link to Framework's @Bean annotation #​47330
  • Update managed dependency version override examples in documentation #​47306

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​DKARAGODIN, @​JinhyeokFang, @​Lublanski, @​Pankraz76, @​fhiyo, @​ngocnhan-tran1996, @​nosan, @​scottfrederick, and @​xyraclius

v3.5.6

🐞 Bug Fixes

  • Quoted -D arguments break system property resolution on Linux with Spring AOT [#​47166](https://redirect.git

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from filipowm December 23, 2022 01:01
@commit-lint

commit-lint Bot commented Dec 23, 2022

Copy link
Copy Markdown

Bug Fixes

  • deps: update dependency org.springframework.boot:spring-boot-dependencies to v3.2.0 (e00b975)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@renovate renovate Bot force-pushed the renovate/spring-boot branch from c3c5426 to c36e35a Compare January 20, 2023 04:08
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.1 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.2 Jan 20, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from c36e35a to 8c54166 Compare February 23, 2023 16:39
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.2 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.3 Feb 23, 2023
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.3 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.4 Mar 16, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 8c54166 to 89ab680 Compare March 16, 2023 07:47
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.4 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.5 Mar 23, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 89ab680 to 0904e32 Compare March 23, 2023 23:57
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 0904e32 to 6dc12e9 Compare April 21, 2023 04:19
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.5 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.6 Apr 21, 2023
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.0.6 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.0 May 28, 2023
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.0 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.1 Jun 22, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 8fed6ee to 16dbb8b Compare June 22, 2023 16:32
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.1 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.2 Jul 20, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 16dbb8b to 765f655 Compare July 20, 2023 12:57
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.2 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.3 Aug 24, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 765f655 to d4bfcea Compare August 24, 2023 15:04
@renovate renovate Bot force-pushed the renovate/spring-boot branch from d4bfcea to d003e2a Compare September 21, 2023 12:41
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.3 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.4 Sep 21, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from d003e2a to 14008da Compare October 19, 2023 17:24
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.4 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.5 Oct 19, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 14008da to daee259 Compare November 23, 2023 13:52
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.5 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.6 Nov 23, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from daee259 to e00b975 Compare November 23, 2023 15:57
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.6 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.0 Nov 23, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from e00b975 to ce3dd5a Compare December 21, 2023 17:24
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.0 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.1 Dec 21, 2023
@renovate renovate Bot force-pushed the renovate/spring-boot branch from ce3dd5a to 910fd55 Compare January 19, 2024 22:58
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.0 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.1 Jun 20, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 5e948fc to ed4cb84 Compare July 18, 2024 18:27
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.1 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.2 Jul 18, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from ed4cb84 to a91f483 Compare August 22, 2024 23:26
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.2 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.3 Aug 22, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from a91f483 to 3bb3210 Compare September 19, 2024 13:42
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.3 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.4 Sep 19, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 3bb3210 to 71a9041 Compare October 24, 2024 14:42
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.4 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.5 Oct 24, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 71a9041 to daa1743 Compare November 21, 2024 23:20
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.5 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.0 Nov 21, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from daa1743 to 3f5cbc7 Compare December 19, 2024 17:09
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.0 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.1 Dec 19, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 3f5cbc7 to e4573f5 Compare January 23, 2025 13:34
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.1 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.2 Jan 23, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from e4573f5 to 8b1f41b Compare February 20, 2025 16:42
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.2 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.3 Feb 20, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 8b1f41b to 2994764 Compare March 21, 2025 06:59
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.3 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.4 Mar 21, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 2994764 to b699f0e Compare April 24, 2025 17:42
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.4 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.5 Apr 24, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from b699f0e to 5be7c5d Compare May 22, 2025 17:19
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.5 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.6 May 22, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 5be7c5d to 5fa9c5e Compare May 22, 2025 23:41
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.4.6 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.0 May 22, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 5fa9c5e to f4ff7c5 Compare June 19, 2025 19:42
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.0 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.2 Jun 19, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from f4ff7c5 to 5d6cdc6 Compare June 20, 2025 11:48
@renovate renovate Bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.2 fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.3 Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants